home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk122 / checkmate / checkmate.doc < prev    next >
Text File  |  1995-03-19  |  3KB  |  79 lines

  1. *******************************************************************************
  2. *                                                                             *
  3. *                                CheckMate v2.0                               *
  4. *                                                                             *
  5. *******************************************************************************
  6. *                                                                             *
  7. *                             Author: Sam Reynolds                            *
  8. *                                                                             *
  9. *******************************************************************************
  10.  
  11. *The Files*
  12.  
  13.   The archive contains the following files:
  14.  
  15.      CB.Config      - This file should be placed in the S: directory.
  16.                       It contains the path where account files will be stored.
  17.                       This is set from the menu.
  18.      CheckMate      - The program.
  19.      CheckMate.info - The icon.
  20.      CheckMate.DOC  - The docs.
  21.      CheckMate.BAS  - The source.
  22.  
  23.  
  24.  
  25. *The Program*
  26.  
  27.   1. Change Account Number
  28.     This will load current information for an account.  If the account
  29.     number cannot be found you will be asked if it is a new account.
  30.     If you answer "N", you will be asked for the account number again.
  31.     If you answer "Y", a new account file is created.
  32.  
  33.   2. Change Current Balance
  34.     Use this to set your starting balance, or to make manual adjustments
  35.     to your account balance.
  36.  
  37.   3. Enter Deposit
  38.     You will be prompted for the amount, the check number, a description
  39.     of the transaction, and the date.  The date can be entered in any of
  40.     the following ways:
  41.  
  42.             MM/DD/YY    MM-DD-YY
  43.             MM.DD.YY    MMDDYY
  44.  
  45.     and will be converted to MM/DD/YY format.  If you do not enter a date
  46.     todays date will be used by default.
  47.  
  48.   4. Enter Withdrawl
  49.     This works the same as deposit.
  50.  
  51.   5. Display Transactions
  52.     This will show the current transactions on the screen.
  53.  
  54.   6. Print Transactions
  55.     This will print the curent transactions to the printer.
  56.  
  57.   7. Modify Transactions
  58.     This will search for a transaction and allow you to modify or delete
  59.     it.
  60.  
  61.   8. Balance Account
  62.     This will ask you for your ending balance and compare it against your
  63.     current balance.  If they are the same all current transactions are
  64.     written to the history file for that account and the user is returned
  65.     to the menu.
  66.     If your ending balance and your current balance do not match, you will
  67.     be asked if each transaction is on your statement.  If you answer "Y"
  68.     the transaction will be moved to the history file.  After you have been
  69.     prompted through all transactions the two balances will be checked again
  70.     and if they still do not match, you will be informed, and your current
  71.     transaction file will be updated.  If they do match you will be
  72.     congratulated.
  73.  
  74.   9. Print Check History
  75.     This will print the history (<account number>.HST) file to the printer.
  76.  
  77.   Q. Quit
  78.     This is self-explanitory.
  79.